func html/template.replace

5 uses

	html/template (current package)
		js.go#L257: 		return replace(s, jsStrNormReplacementTable)
		js.go#L259: 	return replace(s, jsStrReplacementTable)
		js.go#L264: 	return replace(s, jsBqStrReplacementTable)
		js.go#L273: 	s = replace(s, jsRegexpReplacementTable)
		js.go#L286: func replace(s string, replacementTable []string) string {